Search
Utilities.mapList(T) Method
See Also
 






Namespace: com.mindfusion.graphs
Package: com.mindfusion.graphs

 Syntax

Java  Copy Code

public static <T> ArrayList<T> mapList (
    Collection<T> source,
    HashMap<T, T> map
)

 Parameters

source

map

 Return Value

 See Also